'宣言
Public Function CanMoveRange( _
ByVal fromIndex As System.Integer, _
ByVal count As System.Integer, _
ByVal toIndex As System.Integer _
) As System.Boolean
public System.bool CanMoveRange(
System.int fromIndex,
System.int count,
System.int toIndex
)